Hệ thống quản lý thanh toán POS nhà hàng

1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmAvailableTables
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAvailableTables))
26         Me.Label5 = New System.Windows.Forms.Label()
27         Me.lblTable = New System.Windows.Forms.Label()
28         Me.FlowLayoutPanel1 = New System.Windows.Forms.FlowLayoutPanel()
29         Me.btnCancel = New System.Windows.Forms.Button()
30         Me.btnRefresh = New System.Windows.Forms.Button()
31         Me.SuspendLayout()
32         
'
33         
'Label5
34         
'
35         Me.Label5.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
36             Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
37         Me.Label5.BackColor = System.Drawing.Color.DarkViolet
38         Me.Label5.Font = New System.Drawing.Font(
"Segoe UI Semibold", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
39         Me.Label5.ForeColor = System.Drawing.Color.White
40         Me.Label5.Location = New System.Drawing.Point(
0, 1)
41         Me.Label5.Name =
"Label5"
42         Me.Label5.Size = New System.Drawing.Size(
703, 50)
43         Me.Label5.TabIndex =
20
44         Me.Label5.Text =
"Available Tables"
45         Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
46         
'
47         
'lblTable
48         
'
49         Me.lblTable.AutoSize = True
50         Me.lblTable.Location = New System.Drawing.Point(
87, 13)
51         Me.lblTable.Name =
"lblTable"
52         Me.lblTable.Size = New System.Drawing.Size(
44, 13)
53         Me.lblTable.TabIndex =
63
54         Me.lblTable.Text =
"lblTable"
55         Me.lblTable.Visible = False
56         
'
57         
'FlowLayoutPanel1
58         
'
59         Me.FlowLayoutPanel1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
60             Or System.Windows.Forms.AnchorStyles.Left) _
61             Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
62         Me.FlowLayoutPanel1.Location = New System.Drawing.Point(
2, 54)
63         Me.FlowLayoutPanel1.Name =
"FlowLayoutPanel1"
64         Me.FlowLayoutPanel1.Size = New System.Drawing.Size(
802, 402)
65         Me.FlowLayoutPanel1.TabIndex =
64
66         
'
67         
'btnCancel
68         
'
69         Me.btnCancel.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
70         Me.btnCancel.BackColor = System.Drawing.Color.Transparent
71         Me.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
72         Me.btnCancel.FlatAppearance.BorderSize =
0
73         Me.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat
74         Me.btnCancel.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
75         Me.btnCancel.Image = Global.Restaurant_Management_System.My.Resources.Resources.Button_Delete_icon1
76         Me.btnCancel.Location = New System.Drawing.Point(
752, 2)
77         Me.btnCancel.Name =
"btnCancel"
78         Me.btnCancel.Size = New System.Drawing.Size(
52, 49)
79         Me.btnCancel.TabIndex =
61
80         Me.btnCancel.TextAlign = System.Drawing.ContentAlignment.MiddleRight
81         Me.btnCancel.UseVisualStyleBackColor = False
82         
'
83         
'btnRefresh
84         
'
85         Me.btnRefresh.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
86         Me.btnRefresh.BackColor = System.Drawing.Color.Transparent
87         Me.btnRefresh.DialogResult = System.Windows.Forms.DialogResult.Cancel
88         Me.btnRefresh.FlatAppearance.BorderSize =
0
89         Me.btnRefresh.FlatStyle = System.Windows.Forms.FlatStyle.Flat
90         Me.btnRefresh.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
91         Me.btnRefresh.Image = Global.Restaurant_Management_System.My.Resources.Resources.Actions_view_refresh_icon1
92         Me.btnRefresh.Location = New System.Drawing.Point(
703, 2)
93         Me.btnRefresh.Name =
"btnRefresh"
94         Me.btnRefresh.Size = New System.Drawing.Size(
52, 49)
95         Me.btnRefresh.TabIndex =
65
96         Me.btnRefresh.TextAlign = System.Drawing.ContentAlignment.MiddleRight
97         Me.btnRefresh.UseVisualStyleBackColor = False
98         
'
99         
'frmAvailableTables
100         
'
101         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
102         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
103         Me.ClientSize = New System.Drawing.Size(
804, 456)
104         Me.Controls.Add(Me.btnRefresh)
105         Me.Controls.Add(Me.FlowLayoutPanel1)
106         Me.Controls.Add(Me.lblTable)
107         Me.Controls.Add(Me.btnCancel)
108         Me.Controls.Add(Me.Label5)
109         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
110         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
111         Me.MaximizeBox = False
112         Me.MinimizeBox = False
113         Me.Name =
"frmAvailableTables"
114         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
115         Me.Text =
"Available Tables"
116         Me.WindowState = System.Windows.Forms.FormWindowState.Maximized
117         Me.ResumeLayout(False)
118         Me.PerformLayout()
119
120     End Sub
121     Friend WithEvents Label5 As System.Windows.Forms.Label
122     Friend WithEvents btnCancel As System.Windows.Forms.Button
123     Friend WithEvents lblTable As System.Windows.Forms.Label
124     Friend WithEvents FlowLayoutPanel1 As System.Windows.Forms.FlowLayoutPanel
125     Friend WithEvents btnRefresh As System.Windows.Forms.Button
126 End Class


Gõ tìm kiếm nhanh...